3.976 \(\int x^m (2-a x)^n (2+a x)^n \, dx\)

Optimal. Leaf size=42 \[ \frac{4^n x^{m+1} \, _2F_1\left (\frac{m+1}{2},-n;\frac{m+3}{2};\frac{a^2 x^2}{4}\right )}{m+1} \]

[Out]

(4^n*x^(1 + m)*Hypergeometric2F1[(1 + m)/2, -n, (3 + m)/2, (a^2*x^2)/4])/(1 + m)

_______________________________________________________________________________________

Rubi [A]  time = 0.047354, antiderivative size = 42, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.105 \[ \frac{4^n x^{m+1} \, _2F_1\left (\frac{m+1}{2},-n;\frac{m+3}{2};\frac{a^2 x^2}{4}\right )}{m+1} \]

Antiderivative was successfully verified.

[In]  Int[x^m*(2 - a*x)^n*(2 + a*x)^n,x]

[Out]

(4^n*x^(1 + m)*Hypergeometric2F1[(1 + m)/2, -n, (3 + m)/2, (a^2*x^2)/4])/(1 + m)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 7.50367, size = 32, normalized size = 0.76 \[ \frac{4^{n} x^{m + 1}{{}_{2}F_{1}\left (\begin{matrix} - n, \frac{m}{2} + \frac{1}{2} \\ \frac{m}{2} + \frac{3}{2} \end{matrix}\middle |{\frac{a^{2} x^{2}}{4}} \right )}}{m + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**m*(-a*x+2)**n*(a*x+2)**n,x)

[Out]

4**n*x**(m + 1)*hyper((-n, m/2 + 1/2), (m/2 + 3/2,), a**2*x**2/4)/(m + 1)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0498585, size = 42, normalized size = 1. \[ \frac{4^n x^{m+1} \, _2F_1\left (\frac{m+1}{2},-n;\frac{m+3}{2};\frac{a^2 x^2}{4}\right )}{m+1} \]

Antiderivative was successfully verified.

[In]  Integrate[x^m*(2 - a*x)^n*(2 + a*x)^n,x]

[Out]

(4^n*x^(1 + m)*Hypergeometric2F1[(1 + m)/2, -n, (3 + m)/2, (a^2*x^2)/4])/(1 + m)

_______________________________________________________________________________________

Maple [F]  time = 0.194, size = 0, normalized size = 0. \[ \int{x}^{m} \left ( -ax+2 \right ) ^{n} \left ( ax+2 \right ) ^{n}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^m*(-a*x+2)^n*(a*x+2)^n,x)

[Out]

int(x^m*(-a*x+2)^n*(a*x+2)^n,x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (a x + 2\right )}^{n}{\left (-a x + 2\right )}^{n} x^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((a*x + 2)^n*(-a*x + 2)^n*x^m,x, algorithm="maxima")

[Out]

integrate((a*x + 2)^n*(-a*x + 2)^n*x^m, x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left ({\left (a x + 2\right )}^{n}{\left (-a x + 2\right )}^{n} x^{m}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((a*x + 2)^n*(-a*x + 2)^n*x^m,x, algorithm="fricas")

[Out]

integral((a*x + 2)^n*(-a*x + 2)^n*x^m, x)

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**m*(-a*x+2)**n*(a*x+2)**n,x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (a x + 2\right )}^{n}{\left (-a x + 2\right )}^{n} x^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((a*x + 2)^n*(-a*x + 2)^n*x^m,x, algorithm="giac")

[Out]

integrate((a*x + 2)^n*(-a*x + 2)^n*x^m, x)